| Cal4TI v1.3
| by Jan Vornberger <jan@uos.de>
----------------------------------

Cal4TI is a calendar and organizer principally written for the TI83,
although the source is entirely written in C using the Z88DK
Small C+ Compiler (see below). Cal4TI needs ION to run.

The menus are self-explaining: On the start screen you choose a
date and then Cal4TI shows the selected week, the previous week and
the following week. Scrolling through the overview is possible by
using + and -. You can select a day by using the cursor keys.
By pressing ENTER a new window appears where you can enter up to 4
appointments for the selected day. For each appointment a label is
choosen which is displayed under the day in the overview. You can
delete an existing entry by pressing ^ (the key under clear).
You close the window by pressing ENTER again.

There is space for 30 appointments (I think this is pretty much, but if
you need more or want to reduce the number you can change MAX_APPS in 
cal4ti.h and recompile with zcc). If this space is full Cal4TI starts to
overwrite old entries (starting with the oldest entry sorted by date).
You get a warning when that happens and will be asked whether or not
to overwrite the appointment.

There is a 'hidden' reset option: If you want to delete all appointments
you can enter 42 as day on the start screen.

--Jan Vornberger

Z88DK - http://z88dk.sourceforge.net/	/* Have a look at it, IMHO
					   it's a great tool */
